gdk: Use GdkDrawable for impl pointers
authorBenjamin Otte <otte@redhat.com>
Mon, 22 Nov 2010 16:49:41 +0000 (17:49 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 2 Dec 2010 19:21:02 +0000 (20:21 +0100)
... instead of GdkWindow

gdk/gdkwindow.c

index 911fbc223c0bffb97012cbd4b141545af05573a8..fd9b54124462cbb03d6b15f6c76cebedee646712 100644 (file)
@@ -3472,7 +3472,7 @@ gdk_window_flush_if_exposing (GdkWindow *window)
 
 static void
 gdk_window_flush_recursive_helper (GdkWindowObject *window,
-                                  GdkWindow *impl)
+                                  GdkDrawable *impl)
 {
   GdkWindowObject *child;
   GList *l;
@@ -6194,7 +6194,7 @@ move_native_children (GdkWindowObject *private)
 
 static gboolean
 collect_native_child_region_helper (GdkWindowObject *window,
-                                   GdkWindow *impl,
+                                   GdkDrawable *impl,
                                    cairo_region_t **region,
                                    int x_offset,
                                    int y_offset)